home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / main.dxr / 00112.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  146 b   |  8 lines

  1. on mouseDown me
  2.   mscroll = sprite(41).member
  3.   repeat while the mouseDown
  4.     member(mscroll).scrollByLine(1)
  5.     updateStage()
  6.   end repeat
  7. end
  8.